Class sjl.wrappers.FuncNegateInteger
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class sjl.wrappers.FuncNegateInteger

java.lang.Object
   |
   +----sjl.wrappers.FuncNegateInteger

public class FuncNegateInteger
extends Object
implements Function1
FuncNegateInteger is a function object designed for creating a new object of type Integer based on the argument object and the - operator.

Copyright © 1996 Finn Bock


Constructor Index

 o FuncNegateInteger()

Method Index

 o perform(Object)
Convert the argument to Integer and use the return value from the intValue() method and the - operator to create a new Integer which is returned.

Constructors

 o FuncNegateInteger
  public FuncNegateInteger()

Methods

 o perform
  public Object perform(Object o)
Convert the argument to Integer and use the return value from the intValue() method and the - operator to create a new Integer which is returned.

All Packages  Class Hierarchy  This Package  Previous  Next  Index